home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Development / libogg / libogg-1.0rc3 / debian / control < prev    next >
Encoding:
DEB build control  |  2002-10-27  |  703 b   |  23 lines

  1. Source: libogg
  2. Section: libs
  3. Priority: optional
  4. Maintainer: Christopher L Cheney <ccheney@debian.org>
  5. Build-Depends: debhelper (>> 3.0.0), autotools-dev, devscripts
  6. Standards-Version: 3.5.6.0
  7.  
  8. Package: libogg0
  9. Architecture: any
  10. Section: libs
  11. Depends: ${shlibs:Depends}
  12. Description: Ogg Bitstream Library
  13.  Libogg is a library for manipulating ogg bitstreams.  It handles
  14.  both making ogg bitstreams and getting packets from ogg bitstreams.
  15.  
  16. Package: libogg-dev
  17. Architecture: any
  18. Section: devel
  19. Depends: libogg0 (= ${Source-Version}), libc6-dev
  20. Description: Ogg Bitstream Library Development
  21.  The libogg-dev package contains the header files and documentation
  22.  needed to develop applications with libogg.
  23.